home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak Vol K-12
/
Vol K-12.iso
/
games
/
extrem_t.exe
/
scripts
/
DefineButton2_51
/
BUTTONCONDACTION on(keyPress Space).as
< prev
next >
Wrap
Text File
|
2012-08-27
|
289b
|
18 lines
on(keyPress "<Space>"){
sonMC.gotoAndPlay(4);
if(choix == 1)
{
gotoAndPlay(260);
}
if(choix == 2)
{
sonMC.gotoAndPlay(4);
getURL(urlScore,"_blank");
}
if(choix == 3)
{
sonMC.gotoAndPlay(4);
gotoAndPlay(324);
}
}